ComponentOne Xamarin Edition
ToCollectionView<T>(IEnumerable) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class > ToCollectionView Method : ToCollectionView<T>(IEnumerable) Method
The type of the collection view.
The source of the collection view.
Converts an System.Collections.IEnumerable to a collection view.
Syntax
[Extension()]
public static ICollectionView<T> ToCollectionView<T>( 
   IEnumerable source
)
where T: class

Parameters

source
The source of the collection view.

Type Parameters

T
The type of the collection view.
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members
Overload List